pub enum ArrayReferenceExpandError {
OutputTooLong,
ArgumentTooLong,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for ArrayReferenceExpandError
impl Clone for ArrayReferenceExpandError
Source§fn clone(&self) -> ArrayReferenceExpandError
fn clone(&self) -> ArrayReferenceExpandError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ArrayReferenceExpandError
impl Debug for ArrayReferenceExpandError
Source§impl From<ArrayReferenceExpandError> for ExpandError
impl From<ArrayReferenceExpandError> for ExpandError
Source§fn from(err: ArrayReferenceExpandError) -> Self
fn from(err: ArrayReferenceExpandError) -> Self
Converts to this type from the input type.
impl Copy for ArrayReferenceExpandError
impl Eq for ArrayReferenceExpandError
impl StructuralPartialEq for ArrayReferenceExpandError
Auto Trait Implementations§
impl Freeze for ArrayReferenceExpandError
impl RefUnwindSafe for ArrayReferenceExpandError
impl Send for ArrayReferenceExpandError
impl Sync for ArrayReferenceExpandError
impl Unpin for ArrayReferenceExpandError
impl UnwindSafe for ArrayReferenceExpandError
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