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