pub struct CephObject {
pub name: String,
pub entry_locator: String,
pub namespace: String,
}
Fields§
§name: String
§entry_locator: String
§namespace: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CephObject
impl RefUnwindSafe for CephObject
impl Send for CephObject
impl Sync for CephObject
impl Unpin for CephObject
impl UnwindSafe for CephObject
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