pub struct TargetReservationScope {
pub app_id: String,
pub window_id: Option<Value>,
}Expand description
Application/window scope of a TargetReservation.
Fields§
§app_id: StringApplication/bundle identifier.
window_id: Option<Value>Optional window identifier.
Trait Implementations§
Source§impl Clone for TargetReservationScope
impl Clone for TargetReservationScope
Source§fn clone(&self) -> TargetReservationScope
fn clone(&self) -> TargetReservationScope
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TargetReservationScope
impl Debug for TargetReservationScope
Source§impl<'de> Deserialize<'de> for TargetReservationScope
impl<'de> Deserialize<'de> for TargetReservationScope
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TargetReservationScope
impl PartialEq for TargetReservationScope
Source§impl Serialize for TargetReservationScope
impl Serialize for TargetReservationScope
impl StructuralPartialEq for TargetReservationScope
Auto Trait Implementations§
impl Freeze for TargetReservationScope
impl RefUnwindSafe for TargetReservationScope
impl Send for TargetReservationScope
impl Sync for TargetReservationScope
impl Unpin for TargetReservationScope
impl UnsafeUnpin for TargetReservationScope
impl UnwindSafe for TargetReservationScope
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