pub struct StringDef {
pub strategy: StringStrategy,
}Fields§
§strategy: StringStrategyAuto Trait Implementations§
impl Freeze for StringDef
impl RefUnwindSafe for StringDef
impl Send for StringDef
impl Sync for StringDef
impl Unpin for StringDef
impl UnsafeUnpin for StringDef
impl UnwindSafe for StringDef
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