Enum jsonapi_rs::api::PatchType
source · pub enum PatchType {
Relationship,
Attribute,
}
Variants§
Trait Implementations§
source§impl PartialEq for PatchType
impl PartialEq for PatchType
impl Copy for PatchType
impl StructuralPartialEq for PatchType
Auto Trait Implementations§
impl RefUnwindSafe for PatchType
impl Send for PatchType
impl Sync for PatchType
impl Unpin for PatchType
impl UnwindSafe for PatchType
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