pub struct FnWhispersSpeak {
pub id: usize,
pub user: usize,
pub spell_book: usize,
}
Fields§
§id: usize
§user: usize
§spell_book: usize
Trait Implementations§
Source§impl Clone for FnWhispersSpeak
impl Clone for FnWhispersSpeak
Source§fn clone(&self) -> FnWhispersSpeak
fn clone(&self) -> FnWhispersSpeak
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FnWhispersSpeak
impl Debug for FnWhispersSpeak
Source§impl Node for FnWhispersSpeak
impl Node for FnWhispersSpeak
impl Send for FnWhispersSpeak
impl Sync for FnWhispersSpeak
Auto Trait Implementations§
impl Freeze for FnWhispersSpeak
impl RefUnwindSafe for FnWhispersSpeak
impl Unpin for FnWhispersSpeak
impl UnwindSafe for FnWhispersSpeak
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