Struct bean_script::data::StaticData
source · pub struct StaticData(/* private fields */);
Implementations§
Trait Implementations§
source§impl Clone for StaticData
impl Clone for StaticData
source§fn clone(&self) -> StaticData
fn clone(&self) -> StaticData
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 StaticData
impl Debug for StaticData
source§impl Hash for StaticData
impl Hash for StaticData
source§impl PartialEq for StaticData
impl PartialEq for StaticData
source§fn eq(&self, other: &StaticData) -> bool
fn eq(&self, other: &StaticData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for StaticData
impl StructuralPartialEq for StaticData
Auto Trait Implementations§
impl Freeze for StaticData
impl !RefUnwindSafe for StaticData
impl !Send for StaticData
impl !Sync for StaticData
impl Unpin for StaticData
impl !UnwindSafe for StaticData
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