pub enum ResourceSendPlanError {
ZeroSegmentBytes,
SegmentTooLarge,
PackedMetadataLengthOverflow,
TotalLengthOverflow,
MetadataDoesNotFit,
}Variants§
ZeroSegmentBytes
SegmentTooLarge
PackedMetadataLengthOverflow
TotalLengthOverflow
MetadataDoesNotFit
Trait Implementations§
Source§impl Debug for ResourceSendPlanError
impl Debug for ResourceSendPlanError
impl Eq for ResourceSendPlanError
Source§impl PartialEq for ResourceSendPlanError
impl PartialEq for ResourceSendPlanError
impl StructuralPartialEq for ResourceSendPlanError
Auto Trait Implementations§
impl Freeze for ResourceSendPlanError
impl RefUnwindSafe for ResourceSendPlanError
impl Send for ResourceSendPlanError
impl Sync for ResourceSendPlanError
impl Unpin for ResourceSendPlanError
impl UnsafeUnpin for ResourceSendPlanError
impl UnwindSafe for ResourceSendPlanError
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