pub struct CreateResponse { /* private fields */ }Expand description
Response data from crate::AsyncFilesystem::create operation.
Implementations§
Source§impl CreateResponse
impl CreateResponse
Sourcepub fn new(
ttl: Duration,
attr: FileAttr,
generation: Generation,
fh: FileHandle,
flags: FopenFlags,
) -> Self
pub fn new( ttl: Duration, attr: FileAttr, generation: Generation, fh: FileHandle, flags: FopenFlags, ) -> Self
Creates a new CreateResponse.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CreateResponse
impl RefUnwindSafe for CreateResponse
impl Send for CreateResponse
impl Sync for CreateResponse
impl Unpin for CreateResponse
impl UnsafeUnpin for CreateResponse
impl UnwindSafe for CreateResponse
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