pub struct SavePayee {
pub name: Option<String>,
}Expand description
Request body for updating an existing payee. All fields are optional; omitted fields are not changed.
Fields§
§name: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SavePayee
impl RefUnwindSafe for SavePayee
impl Send for SavePayee
impl Sync for SavePayee
impl Unpin for SavePayee
impl UnsafeUnpin for SavePayee
impl UnwindSafe for SavePayee
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