pub enum ApiChecksumType {
Composite,
FullObject,
}Variants§
Auto Trait Implementations§
impl Freeze for ApiChecksumType
impl RefUnwindSafe for ApiChecksumType
impl Send for ApiChecksumType
impl Sync for ApiChecksumType
impl Unpin for ApiChecksumType
impl UnsafeUnpin for ApiChecksumType
impl UnwindSafe for ApiChecksumType
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