pub enum Decline {
Ignore,
CloseLink,
ResponseTooLarge,
}Variants§
Ignore
Send no confirmation at all. This will contribute to a timeout on the Link if not handled yourself.
See respond_token
CloseLink
ResponseTooLarge
Trait Implementations§
impl Copy for Decline
impl Eq for Decline
impl StructuralPartialEq for Decline
Auto Trait Implementations§
impl Freeze for Decline
impl RefUnwindSafe for Decline
impl Send for Decline
impl Sync for Decline
impl Unpin for Decline
impl UnsafeUnpin for Decline
impl UnwindSafe for Decline
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