pub struct UpdateAutoTopUpRequest {
pub enabled: bool,
pub threshold: i32,
pub amount: i32,
pub source_workspace_id: Option<String>,
}Fields§
§enabled: bool§threshold: i32§amount: i32§source_workspace_id: Option<String>Trait Implementations§
Source§impl Clone for UpdateAutoTopUpRequest
impl Clone for UpdateAutoTopUpRequest
Source§fn clone(&self) -> UpdateAutoTopUpRequest
fn clone(&self) -> UpdateAutoTopUpRequest
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 UpdateAutoTopUpRequest
impl Debug for UpdateAutoTopUpRequest
Auto Trait Implementations§
impl Freeze for UpdateAutoTopUpRequest
impl RefUnwindSafe for UpdateAutoTopUpRequest
impl Send for UpdateAutoTopUpRequest
impl Sync for UpdateAutoTopUpRequest
impl Unpin for UpdateAutoTopUpRequest
impl UnsafeUnpin for UpdateAutoTopUpRequest
impl UnwindSafe for UpdateAutoTopUpRequest
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