pub struct SetLocalNameReply { /* private fields */ }
Expand description
Reply for SetLocalName
Implementations§
Trait Implementations§
Source§impl Debug for SetLocalNameReply
impl Debug for SetLocalNameReply
Auto Trait Implementations§
impl Freeze for SetLocalNameReply
impl RefUnwindSafe for SetLocalNameReply
impl Send for SetLocalNameReply
impl Sync for SetLocalNameReply
impl Unpin for SetLocalNameReply
impl UnwindSafe for SetLocalNameReply
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more