pub enum ArraysAvailable {
Unknown,
Ok,
MissingArrays(Vec<ArrayType>),
}Variants§
Trait Implementations§
Source§impl Clone for ArraysAvailable
impl Clone for ArraysAvailable
Source§fn clone(&self) -> ArraysAvailable
fn clone(&self) -> ArraysAvailable
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ArraysAvailable
impl RefUnwindSafe for ArraysAvailable
impl Send for ArraysAvailable
impl Sync for ArraysAvailable
impl Unpin for ArraysAvailable
impl UnsafeUnpin for ArraysAvailable
impl UnwindSafe for ArraysAvailable
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