pub enum AtprotoServiceType {
AtprotoLabeler,
BskyChat,
}
Available on crate feature
agent
only.Expand description
Supported proxy targets, which includes the bluesky specific services.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AtprotoServiceType
impl RefUnwindSafe for AtprotoServiceType
impl Send for AtprotoServiceType
impl Sync for AtprotoServiceType
impl Unpin for AtprotoServiceType
impl UnwindSafe for AtprotoServiceType
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