pub struct GcsDestination { /* private fields */ }Implementations§
Source§impl GcsDestination
impl GcsDestination
pub fn new(config: &DestinationConfig) -> Result<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GcsDestination
impl !RefUnwindSafe for GcsDestination
impl Send for GcsDestination
impl Sync for GcsDestination
impl Unpin for GcsDestination
impl UnsafeUnpin for GcsDestination
impl !UnwindSafe for GcsDestination
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