struct PriorFetchObject {
group_id: u64,
subgroup_id: u64,
object_id: u64,
publisher_priority: u8,
}Expand description
The fields a draft-15 fetch object leaves to its successor to inherit.
Fields§
§group_id: u64§subgroup_id: u64§object_id: u64§publisher_priority: u8Trait Implementations§
Source§impl Clone for PriorFetchObject
impl Clone for PriorFetchObject
Source§fn clone(&self) -> PriorFetchObject
fn clone(&self) -> PriorFetchObject
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PriorFetchObject
Auto Trait Implementations§
impl Freeze for PriorFetchObject
impl RefUnwindSafe for PriorFetchObject
impl Send for PriorFetchObject
impl Sync for PriorFetchObject
impl Unpin for PriorFetchObject
impl UnsafeUnpin for PriorFetchObject
impl UnwindSafe for PriorFetchObject
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