pub struct FnShoutsSpeak {
pub id: usize,
pub user: usize,
pub spell_book: usize,
}
Fields§
§id: usize
§user: usize
§spell_book: usize
Trait Implementations§
Source§impl Clone for FnShoutsSpeak
impl Clone for FnShoutsSpeak
Source§fn clone(&self) -> FnShoutsSpeak
fn clone(&self) -> FnShoutsSpeak
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 FnShoutsSpeak
impl Debug for FnShoutsSpeak
Source§impl Node for FnShoutsSpeak
impl Node for FnShoutsSpeak
impl Send for FnShoutsSpeak
impl Sync for FnShoutsSpeak
Auto Trait Implementations§
impl Freeze for FnShoutsSpeak
impl RefUnwindSafe for FnShoutsSpeak
impl Unpin for FnShoutsSpeak
impl UnwindSafe for FnShoutsSpeak
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