pub struct PhoneBackgroundTftpUrl(/* private fields */);Expand description
A TFTP URI accepted in a background-image selection list.
The phone’s selection-list schema uses the opaque TFTP:path form. The
authority-bearing tftp://host/path form and HTTP URLs are deliberately
rejected because they are not interchangeable on the handset.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for PhoneBackgroundTftpUrl
impl AsRef<str> for PhoneBackgroundTftpUrl
Source§impl Clone for PhoneBackgroundTftpUrl
impl Clone for PhoneBackgroundTftpUrl
Source§fn clone(&self) -> PhoneBackgroundTftpUrl
fn clone(&self) -> PhoneBackgroundTftpUrl
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 PhoneBackgroundTftpUrl
impl Debug for PhoneBackgroundTftpUrl
Source§impl<'de> Deserialize<'de> for PhoneBackgroundTftpUrl
impl<'de> Deserialize<'de> for PhoneBackgroundTftpUrl
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
impl Eq for PhoneBackgroundTftpUrl
Source§impl FromStr for PhoneBackgroundTftpUrl
impl FromStr for PhoneBackgroundTftpUrl
Source§impl Hash for PhoneBackgroundTftpUrl
impl Hash for PhoneBackgroundTftpUrl
Source§impl PartialEq for PhoneBackgroundTftpUrl
impl PartialEq for PhoneBackgroundTftpUrl
Source§impl Serialize for PhoneBackgroundTftpUrl
impl Serialize for PhoneBackgroundTftpUrl
impl StructuralPartialEq for PhoneBackgroundTftpUrl
Auto Trait Implementations§
impl Freeze for PhoneBackgroundTftpUrl
impl RefUnwindSafe for PhoneBackgroundTftpUrl
impl Send for PhoneBackgroundTftpUrl
impl Sync for PhoneBackgroundTftpUrl
impl Unpin for PhoneBackgroundTftpUrl
impl UnsafeUnpin for PhoneBackgroundTftpUrl
impl UnwindSafe for PhoneBackgroundTftpUrl
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