pub struct DeleteFyiDeviceRequestPath {
pub device_id: Value,
}Fields§
§device_id: ValueDisplay the device identifier to delete from IB’s saved list. Can be retrieved from /fyi/deliveryoptions.
Trait Implementations§
Source§impl Clone for DeleteFyiDeviceRequestPath
impl Clone for DeleteFyiDeviceRequestPath
Source§fn clone(&self) -> DeleteFyiDeviceRequestPath
fn clone(&self) -> DeleteFyiDeviceRequestPath
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 DeleteFyiDeviceRequestPath
impl Debug for DeleteFyiDeviceRequestPath
Source§impl Default for DeleteFyiDeviceRequestPath
impl Default for DeleteFyiDeviceRequestPath
impl StructuralPartialEq for DeleteFyiDeviceRequestPath
Auto Trait Implementations§
impl Freeze for DeleteFyiDeviceRequestPath
impl RefUnwindSafe for DeleteFyiDeviceRequestPath
impl Send for DeleteFyiDeviceRequestPath
impl Sync for DeleteFyiDeviceRequestPath
impl Unpin for DeleteFyiDeviceRequestPath
impl UnsafeUnpin for DeleteFyiDeviceRequestPath
impl UnwindSafe for DeleteFyiDeviceRequestPath
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