Enum iroh_blobs::cli::TicketOption
source · pub enum TicketOption {
None,
Print,
}
Available on crate feature
cli
only.Expand description
Whether to print an all-in-one ticket.
Variants§
Trait Implementations§
source§impl Clone for TicketOption
impl Clone for TicketOption
source§fn clone(&self) -> TicketOption
fn clone(&self) -> TicketOption
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for TicketOption
impl RefUnwindSafe for TicketOption
impl Send for TicketOption
impl Sync for TicketOption
impl Unpin for TicketOption
impl UnwindSafe for TicketOption
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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