pub enum OpSource {
CreateObject,
CopyObject,
ReadObject,
DownloadUrl,
ListPrefix,
Pre(Box<Self>),
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpSource
impl RefUnwindSafe for OpSource
impl Send for OpSource
impl Sync for OpSource
impl Unpin for OpSource
impl UnwindSafe for OpSource
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