pub struct DefaultPromoter;Implementations§
Source§impl DefaultPromoter
impl DefaultPromoter
pub fn from_client(client: OciClient) -> Arc<dyn OciPromoter>
Auto Trait Implementations§
impl Freeze for DefaultPromoter
impl RefUnwindSafe for DefaultPromoter
impl Send for DefaultPromoter
impl Sync for DefaultPromoter
impl Unpin for DefaultPromoter
impl UnsafeUnpin for DefaultPromoter
impl UnwindSafe for DefaultPromoter
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