pub struct ResourceRecord {
pub uri: String,
pub name: String,
pub description: String,
pub mime_type: String,
pub object_type: String,
pub updated_at: String,
}Fields§
§uri: String§name: String§description: String§mime_type: String§object_type: String§updated_at: StringTrait Implementations§
Source§impl Clone for ResourceRecord
impl Clone for ResourceRecord
Source§fn clone(&self) -> ResourceRecord
fn clone(&self) -> ResourceRecord
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ResourceRecord
impl Debug for ResourceRecord
Source§impl PartialEq for ResourceRecord
impl PartialEq for ResourceRecord
impl Eq for ResourceRecord
impl StructuralPartialEq for ResourceRecord
Auto Trait Implementations§
impl Freeze for ResourceRecord
impl RefUnwindSafe for ResourceRecord
impl Send for ResourceRecord
impl Sync for ResourceRecord
impl Unpin for ResourceRecord
impl UnsafeUnpin for ResourceRecord
impl UnwindSafe for ResourceRecord
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