pub struct OptionStmt {}Expand description
OPTION <name> [= <value>].
Trait Implementations§
Source§impl Clone for OptionStmt
impl Clone for OptionStmt
Source§fn clone(&self) -> OptionStmt
fn clone(&self) -> OptionStmt
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 moreSource§impl Debug for OptionStmt
impl Debug for OptionStmt
Source§impl Default for OptionStmt
impl Default for OptionStmt
Source§fn default() -> OptionStmt
fn default() -> OptionStmt
Returns the “default value” for a type. Read more
Source§impl PartialEq for OptionStmt
impl PartialEq for OptionStmt
impl StructuralPartialEq for OptionStmt
Auto Trait Implementations§
impl Freeze for OptionStmt
impl RefUnwindSafe for OptionStmt
impl Send for OptionStmt
impl Sync for OptionStmt
impl Unpin for OptionStmt
impl UnsafeUnpin for OptionStmt
impl UnwindSafe for OptionStmt
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