pub struct DeleteMemoryCache { /* private fields */ }
Expand description
Builder for the DeleteMemoryCache
operation.
Implementations§
Source§impl DeleteMemoryCache
impl DeleteMemoryCache
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for DeleteMemoryCache
impl Debug for DeleteMemoryCache
Source§impl Default for DeleteMemoryCache
impl Default for DeleteMemoryCache
Source§fn default() -> DeleteMemoryCache
fn default() -> DeleteMemoryCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeleteMemoryCache
impl RefUnwindSafe for DeleteMemoryCache
impl Send for DeleteMemoryCache
impl Sync for DeleteMemoryCache
impl Unpin for DeleteMemoryCache
impl UnwindSafe for DeleteMemoryCache
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