pub enum InstalledFleetSource {
LocalReplica,
IcpCli,
}Expand description
InstalledFleetSource
Variants§
Trait Implementations§
Source§impl Clone for InstalledFleetSource
impl Clone for InstalledFleetSource
Source§fn clone(&self) -> InstalledFleetSource
fn clone(&self) -> InstalledFleetSource
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 moreSource§impl Debug for InstalledFleetSource
impl Debug for InstalledFleetSource
Source§impl PartialEq for InstalledFleetSource
impl PartialEq for InstalledFleetSource
Source§fn eq(&self, other: &InstalledFleetSource) -> bool
fn eq(&self, other: &InstalledFleetSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for InstalledFleetSource
impl Eq for InstalledFleetSource
impl StructuralPartialEq for InstalledFleetSource
Auto Trait Implementations§
impl Freeze for InstalledFleetSource
impl RefUnwindSafe for InstalledFleetSource
impl Send for InstalledFleetSource
impl Sync for InstalledFleetSource
impl Unpin for InstalledFleetSource
impl UnsafeUnpin for InstalledFleetSource
impl UnwindSafe for InstalledFleetSource
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