pub struct OptionPublicResponseArg;Auto Trait Implementations§
impl Freeze for OptionPublicResponseArg
impl RefUnwindSafe for OptionPublicResponseArg
impl Send for OptionPublicResponseArg
impl Sync for OptionPublicResponseArg
impl Unpin for OptionPublicResponseArg
impl UnsafeUnpin for OptionPublicResponseArg
impl UnwindSafe for OptionPublicResponseArg
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