pub struct RcStatementList(/* private fields */);Methods from Deref<Target = StatementList>§
Trait Implementations§
Source§impl Clone for RcStatementList
impl Clone for RcStatementList
Source§fn clone(&self) -> RcStatementList
fn clone(&self) -> RcStatementList
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 RcStatementList
impl Debug for RcStatementList
Source§impl Deref for RcStatementList
impl Deref for RcStatementList
Source§impl From<StatementList> for RcStatementList
impl From<StatementList> for RcStatementList
Source§fn from(statementlist: StatementList) -> Self
fn from(statementlist: StatementList) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RcStatementList
impl PartialEq for RcStatementList
Source§impl Trace for RcStatementList
impl Trace for RcStatementList
Source§fn finalize_glue(&self)
fn finalize_glue(&self)
Runs Finalize::finalize() on this object and all
contained subobjects
impl StructuralPartialEq for RcStatementList
Auto Trait Implementations§
impl Freeze for RcStatementList
impl RefUnwindSafe for RcStatementList
impl !Send for RcStatementList
impl !Sync for RcStatementList
impl Unpin for RcStatementList
impl UnwindSafe for RcStatementList
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