pub struct BuiltinFormat {
pub format: String,
pub pattern: String,
pub priority: i32,
}Expand description
A built-in format from duck_hunt.
Fields§
§format: String§pattern: String§priority: i32Trait Implementations§
Source§impl Clone for BuiltinFormat
impl Clone for BuiltinFormat
Source§fn clone(&self) -> BuiltinFormat
fn clone(&self) -> BuiltinFormat
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 moreAuto Trait Implementations§
impl Freeze for BuiltinFormat
impl RefUnwindSafe for BuiltinFormat
impl Send for BuiltinFormat
impl Sync for BuiltinFormat
impl Unpin for BuiltinFormat
impl UnsafeUnpin for BuiltinFormat
impl UnwindSafe for BuiltinFormat
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