pub struct GetWithIdOptions {
pub params: Option<Value>,
}Fields§
§params: Option<Value>Trait Implementations§
Source§impl Default for GetWithIdOptions
impl Default for GetWithIdOptions
Source§fn default() -> GetWithIdOptions
fn default() -> GetWithIdOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetWithIdOptions
impl RefUnwindSafe for GetWithIdOptions
impl Send for GetWithIdOptions
impl Sync for GetWithIdOptions
impl Unpin for GetWithIdOptions
impl UnsafeUnpin for GetWithIdOptions
impl UnwindSafe for GetWithIdOptions
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