pub struct RawPrinter(pub String, pub String, pub String, pub String, pub String, pub bool, pub String, pub String);Available on crate feature
zbus-backend only.Expand description
A printer summary from GetAllPrinters or GetFilteredPrinterList.
D-Bus signature: (sssssbss).
Tuple Fields§
§0: String§1: String§2: String§3: String§4: String§5: bool§6: String§7: StringTrait Implementations§
Source§impl Clone for RawPrinter
impl Clone for RawPrinter
Source§fn clone(&self) -> RawPrinter
fn clone(&self) -> RawPrinter
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 RawPrinter
impl Debug for RawPrinter
Source§impl<'de> Deserialize<'de> for RawPrinter
impl<'de> Deserialize<'de> for RawPrinter
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 Serialize for RawPrinter
impl Serialize for RawPrinter
Auto Trait Implementations§
impl Freeze for RawPrinter
impl RefUnwindSafe for RawPrinter
impl Send for RawPrinter
impl Sync for RawPrinter
impl Unpin for RawPrinter
impl UnsafeUnpin for RawPrinter
impl UnwindSafe for RawPrinter
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<'de, T> DynamicDeserialize<'de> for Twhere
T: Type + Deserialize<'de>,
impl<'de, T> DynamicDeserialize<'de> for Twhere
T: Type + Deserialize<'de>,
Source§type Deserializer = PhantomData<T>
type Deserializer = PhantomData<T>
A DeserializeSeed implementation for this type.
Source§fn deserializer_for_signature(
signature: &Signature,
) -> Result<<T as DynamicDeserialize<'de>>::Deserializer, Error>
fn deserializer_for_signature( signature: &Signature, ) -> Result<<T as DynamicDeserialize<'de>>::Deserializer, Error>
Get a deserializer compatible with this parsed signature.