pub struct ApplicationSource(/* private fields */);Trait Implementations§
Source§impl Clone for ApplicationSource
impl Clone for ApplicationSource
Source§fn clone(&self) -> ApplicationSource
fn clone(&self) -> ApplicationSource
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 ApplicationSource
impl Debug for ApplicationSource
Source§impl<'de> Deserialize<'de> for ApplicationSource
impl<'de> Deserialize<'de> for ApplicationSource
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 Display for ApplicationSource
impl Display for ApplicationSource
Source§impl From<ApplicationSource> for Url
impl From<ApplicationSource> for Url
Source§fn from(value: ApplicationSource) -> Self
fn from(value: ApplicationSource) -> Self
Converts to this type from the input type.
Source§impl From<Url> for ApplicationSource
impl From<Url> for ApplicationSource
Source§impl FromStr for ApplicationSource
impl FromStr for ApplicationSource
Auto Trait Implementations§
impl Freeze for ApplicationSource
impl RefUnwindSafe for ApplicationSource
impl Send for ApplicationSource
impl Sync for ApplicationSource
impl Unpin for ApplicationSource
impl UnwindSafe for ApplicationSource
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