pub struct SetApperanceReply;
Expand description
Reply for SetApperance
Trait Implementations§
Source§impl Debug for SetApperanceReply
impl Debug for SetApperanceReply
Auto Trait Implementations§
impl Freeze for SetApperanceReply
impl RefUnwindSafe for SetApperanceReply
impl Send for SetApperanceReply
impl Sync for SetApperanceReply
impl Unpin for SetApperanceReply
impl UnwindSafe for SetApperanceReply
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