pub enum LogGroupClass {
Standard,
InfrequentAccess,
}Variants§
Trait Implementations§
Source§impl From<LogGroupClass> for String
impl From<LogGroupClass> for String
Source§fn from(value: LogGroupClass) -> Self
fn from(value: LogGroupClass) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LogGroupClass
impl RefUnwindSafe for LogGroupClass
impl Send for LogGroupClass
impl Sync for LogGroupClass
impl Unpin for LogGroupClass
impl UnwindSafe for LogGroupClass
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more