pub struct MetaStatement {
pub meta: String,
pub object: RangedObject,
}Fields§
§meta: String§object: RangedObjectTrait Implementations§
Source§impl Clone for MetaStatement
impl Clone for MetaStatement
Source§fn clone(&self) -> MetaStatement
fn clone(&self) -> MetaStatement
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 MetaStatement
impl Debug for MetaStatement
Source§impl PartialEq for MetaStatement
impl PartialEq for MetaStatement
impl Eq for MetaStatement
impl StructuralPartialEq for MetaStatement
Auto Trait Implementations§
impl Freeze for MetaStatement
impl RefUnwindSafe for MetaStatement
impl Send for MetaStatement
impl Sync for MetaStatement
impl Unpin for MetaStatement
impl UnwindSafe for MetaStatement
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