pub struct Booleans {
pub true: String,
pub false: String,
}Fields§
§true: String§false: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Booleans
impl RefUnwindSafe for Booleans
impl Send for Booleans
impl Sync for Booleans
impl Unpin for Booleans
impl UnsafeUnpin for Booleans
impl UnwindSafe for Booleans
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