pub struct GetWithIdOptions {
pub params: Option<Value>,
}Fields§
§params: Option<Value>Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetWithIdOptions
impl RefUnwindSafe for GetWithIdOptions
impl Send for GetWithIdOptions
impl Sync for GetWithIdOptions
impl Unpin 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