pub struct RandomMapObject { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for RandomMapObject
impl Clone for RandomMapObject
Source§fn clone(&self) -> RandomMapObject
fn clone(&self) -> RandomMapObject
Returns a copy 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 RandomMapObject
impl Debug for RandomMapObject
Source§impl Default for RandomMapObject
impl Default for RandomMapObject
Source§fn default() -> RandomMapObject
fn default() -> RandomMapObject
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RandomMapObject
impl RefUnwindSafe for RandomMapObject
impl Send for RandomMapObject
impl Sync for RandomMapObject
impl Unpin for RandomMapObject
impl UnwindSafe for RandomMapObject
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