pub struct NoopProjectionWriter;Trait Implementations§
Source§impl Clone for NoopProjectionWriter
impl Clone for NoopProjectionWriter
Source§fn clone(&self) -> NoopProjectionWriter
fn clone(&self) -> NoopProjectionWriter
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 NoopProjectionWriter
Source§impl Debug for NoopProjectionWriter
impl Debug for NoopProjectionWriter
Source§impl Default for NoopProjectionWriter
impl Default for NoopProjectionWriter
Source§fn default() -> NoopProjectionWriter
fn default() -> NoopProjectionWriter
Returns the “default value” for a type. Read more
Source§impl ProjectionWriter for NoopProjectionWriter
impl ProjectionWriter for NoopProjectionWriter
async fn apply_mutations( &self, _mutations: Vec<ProjectionMutation>, ) -> Result<(), PortError>
Auto Trait Implementations§
impl Freeze for NoopProjectionWriter
impl RefUnwindSafe for NoopProjectionWriter
impl Send for NoopProjectionWriter
impl Sync for NoopProjectionWriter
impl Unpin for NoopProjectionWriter
impl UnsafeUnpin for NoopProjectionWriter
impl UnwindSafe for NoopProjectionWriter
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