pub struct ActorID { /* private fields */ }Expand description
An ActivityPub Actor ID for a NyanTrack instance. Format is “{instance_url}/user/{user_id}”. This does not represent Actor IDs for other fediverse software, such as Mastodon, since these may have any arbitrary format.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ActorID
impl<'de> Deserialize<'de> for ActorID
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 ActorID
impl StructuralPartialEq for ActorID
Auto Trait Implementations§
impl Freeze for ActorID
impl RefUnwindSafe for ActorID
impl Send for ActorID
impl Sync for ActorID
impl Unpin for ActorID
impl UnwindSafe for ActorID
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