pub struct PeerRepeatersRequestView<'a> { /* private fields */ }Expand description
Interprets the option block of a MacCommand::PeerRepeatersRequest.
Borrows the raw block and decodes on demand. Both keys are elective, so an option this does not understand is skipped rather than refused.
Implementations§
Trait Implementations§
Source§impl<'a> Clone for PeerRepeatersRequestView<'a>
impl<'a> Clone for PeerRepeatersRequestView<'a>
Source§fn clone(&self) -> PeerRepeatersRequestView<'a>
fn clone(&self) -> PeerRepeatersRequestView<'a>
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for PeerRepeatersRequestView<'a>
impl<'a> Debug for PeerRepeatersRequestView<'a>
impl<'a> Copy for PeerRepeatersRequestView<'a>
Auto Trait Implementations§
impl<'a> Freeze for PeerRepeatersRequestView<'a>
impl<'a> RefUnwindSafe for PeerRepeatersRequestView<'a>
impl<'a> Send for PeerRepeatersRequestView<'a>
impl<'a> Sync for PeerRepeatersRequestView<'a>
impl<'a> Unpin for PeerRepeatersRequestView<'a>
impl<'a> UnwindSafe for PeerRepeatersRequestView<'a>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)