pub struct StayActiveResponse {
pub promised_active_duration: Option<u32>,
}Fields§
§promised_active_duration: Option<u32>Trait Implementations§
Source§impl Debug for StayActiveResponse
impl Debug for StayActiveResponse
Auto Trait Implementations§
impl Freeze for StayActiveResponse
impl RefUnwindSafe for StayActiveResponse
impl Send for StayActiveResponse
impl Sync for StayActiveResponse
impl Unpin for StayActiveResponse
impl UnwindSafe for StayActiveResponse
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