Struct kron_lib::KronFormat
source · pub struct KronFormat { /* private fields */ }Implementations§
source§impl KronFormat
impl KronFormat
pub fn new(s: &'static str) -> Result<KronFormat>
Auto Trait Implementations§
impl RefUnwindSafe for KronFormat
impl Send for KronFormat
impl Sync for KronFormat
impl Unpin for KronFormat
impl UnwindSafe for KronFormat
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