pub struct PreambleSymbols(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for PreambleSymbols
impl Clone for PreambleSymbols
Source§fn clone(&self) -> PreambleSymbols
fn clone(&self) -> PreambleSymbols
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PreambleSymbols
Source§impl Debug for PreambleSymbols
impl Debug for PreambleSymbols
impl Eq for PreambleSymbols
Source§impl PartialEq for PreambleSymbols
impl PartialEq for PreambleSymbols
impl StructuralPartialEq for PreambleSymbols
Auto Trait Implementations§
impl Freeze for PreambleSymbols
impl RefUnwindSafe for PreambleSymbols
impl Send for PreambleSymbols
impl Sync for PreambleSymbols
impl Unpin for PreambleSymbols
impl UnsafeUnpin for PreambleSymbols
impl UnwindSafe for PreambleSymbols
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