pub enum Profile {
RFC6726,
RFC3926,
}Expand description
FLUTE Profile
Variants§
RFC6726
FLUTE Version 2
https://www.rfc-editor.org/rfc/rfc6726.html
RFC3926
FLUTE Version 1 https://www.rfc-editor.org/rfc/rfc3926
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Profile
impl Send for Profile
impl Sync for Profile
impl Unpin for Profile
impl UnwindSafe for Profile
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