Struct flowistry_ifc_traits::InsecureString
source · pub struct InsecureString(pub String);
Tuple Fields§
§0: String
Trait Implementations§
impl Insecure for InsecureString
Auto Trait Implementations§
impl RefUnwindSafe for InsecureString
impl Send for InsecureString
impl Sync for InsecureString
impl Unpin for InsecureString
impl UnwindSafe for InsecureString
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