pub struct MalformedDirectiveLocation(pub String);
Tuple Fields§
§0: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MalformedDirectiveLocation
impl RefUnwindSafe for MalformedDirectiveLocation
impl Send for MalformedDirectiveLocation
impl Sync for MalformedDirectiveLocation
impl Unpin for MalformedDirectiveLocation
impl UnwindSafe for MalformedDirectiveLocation
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