pub struct OrbStackSource;Expand description
OrbStack source adapter.
Trait Implementations§
Source§impl Clone for OrbStackSource
impl Clone for OrbStackSource
Source§fn clone(&self) -> OrbStackSource
fn clone(&self) -> OrbStackSource
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 OrbStackSource
Source§impl Debug for OrbStackSource
impl Debug for OrbStackSource
Source§impl Default for OrbStackSource
impl Default for OrbStackSource
Source§fn default() -> OrbStackSource
fn default() -> OrbStackSource
Returns the “default value” for a type. Read more
Source§impl MigrationSource for OrbStackSource
impl MigrationSource for OrbStackSource
Source§fn kind(&self) -> SourceKind
fn kind(&self) -> SourceKind
Returns the source kind handled by this adapter.
Source§fn default_socket_path(&self) -> PathBuf
fn default_socket_path(&self) -> PathBuf
Returns the default Docker Engine socket path for this source.
Auto Trait Implementations§
impl Freeze for OrbStackSource
impl RefUnwindSafe for OrbStackSource
impl Send for OrbStackSource
impl Sync for OrbStackSource
impl Unpin for OrbStackSource
impl UnsafeUnpin for OrbStackSource
impl UnwindSafe for OrbStackSource
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