pub struct ReadArguments<'a, T: RecordId<'a>> {
pub id: T,
pub expand: Option<&'a [&'a str]>,
}Fields§
§id: T§expand: Option<&'a [&'a str]>Trait Implementations§
Source§impl<'a, T: Default + RecordId<'a>> Default for ReadArguments<'a, T>
impl<'a, T: Default + RecordId<'a>> Default for ReadArguments<'a, T>
Source§fn default() -> ReadArguments<'a, T>
fn default() -> ReadArguments<'a, T>
Returns the “default value” for a type. Read more
Source§impl<'a, T: RecordId<'a>> ReadArgumentsTrait<'a> for ReadArguments<'a, T>
impl<'a, T: RecordId<'a>> ReadArgumentsTrait<'a> for ReadArguments<'a, T>
Auto Trait Implementations§
impl<'a, T> Freeze for ReadArguments<'a, T>where
T: Freeze,
impl<'a, T> RefUnwindSafe for ReadArguments<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for ReadArguments<'a, T>where
T: Send,
impl<'a, T> Sync for ReadArguments<'a, T>where
T: Sync,
impl<'a, T> Unpin for ReadArguments<'a, T>where
T: Unpin,
impl<'a, T> UnwindSafe for ReadArguments<'a, T>where
T: UnwindSafe,
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