pub struct UserMessageReferenceParts {
pub value: u16,
}Fields§
§value: u16Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UserMessageReferenceParts
impl RefUnwindSafe for UserMessageReferenceParts
impl Send for UserMessageReferenceParts
impl Sync for UserMessageReferenceParts
impl Unpin for UserMessageReferenceParts
impl UnwindSafe for UserMessageReferenceParts
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