pub enum SendResourceRejection {
NoSuchLink,
LinkNotActive,
LinkBusy,
TableFull,
Build(BuildOutgoingResourceError),
MetadataMisplaced,
}Expand description
There is no PrnsCommand::SendResource: resource payloads are borrowed slices far too large for the command lane, so sends enter through the host handle’s send_resource streaming path and only their settlements ride the journal under these names.
Variants§
Trait Implementations§
Source§impl Clone for SendResourceRejection
impl Clone for SendResourceRejection
Source§fn clone(&self) -> SendResourceRejection
fn clone(&self) -> SendResourceRejection
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 moreimpl Copy for SendResourceRejection
Source§impl Debug for SendResourceRejection
impl Debug for SendResourceRejection
impl Eq for SendResourceRejection
Source§impl PartialEq for SendResourceRejection
impl PartialEq for SendResourceRejection
impl StructuralPartialEq for SendResourceRejection
Auto Trait Implementations§
impl Freeze for SendResourceRejection
impl RefUnwindSafe for SendResourceRejection
impl Send for SendResourceRejection
impl Sync for SendResourceRejection
impl Unpin for SendResourceRejection
impl UnsafeUnpin for SendResourceRejection
impl UnwindSafe for SendResourceRejection
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