pub struct ScopeFormat { /* private fields */ }
Expand description
ScopeFormat represents the scope-format rule.
Trait Implementations§
Source§impl Clone for ScopeFormat
impl Clone for ScopeFormat
Source§fn clone(&self) -> ScopeFormat
fn clone(&self) -> ScopeFormat
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 ScopeFormat
impl Debug for ScopeFormat
Source§impl Default for ScopeFormat
Default implementation of ScopeFormat.
impl Default for ScopeFormat
Default implementation of ScopeFormat.
Source§impl<'de> Deserialize<'de> for ScopeFormat
impl<'de> Deserialize<'de> for ScopeFormat
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Rule for ScopeFormat
ScopeFormat represents the scope-format rule.
impl Rule for ScopeFormat
ScopeFormat represents the scope-format rule.
Auto Trait Implementations§
impl Freeze for ScopeFormat
impl RefUnwindSafe for ScopeFormat
impl Send for ScopeFormat
impl Sync for ScopeFormat
impl Unpin for ScopeFormat
impl UnwindSafe for ScopeFormat
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