pub struct ObjectSpec {
pub id: ObjectId,
pub actions: Option<Actions>,
pub error: Option<ObjectError>,
}Fields§
§id: ObjectId§actions: Option<Actions>§error: Option<ObjectError>Implementations§
Trait Implementations§
Source§impl Debug for ObjectSpec
impl Debug for ObjectSpec
Auto Trait Implementations§
impl Freeze for ObjectSpec
impl RefUnwindSafe for ObjectSpec
impl Send for ObjectSpec
impl Sync for ObjectSpec
impl Unpin for ObjectSpec
impl UnsafeUnpin for ObjectSpec
impl UnwindSafe for ObjectSpec
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