pub enum ApiMethod {
Show 14 variants
InviteCreate,
InviteUse,
FriendsIsFollowing,
FriendsIsBlocking,
FriendsHops,
GetSubset,
Publish,
WhoAmI,
Get,
CreateHistoryStream,
CreateFeedStream,
Latest,
BlobsGet,
BlobsCreateWants,
}Variants§
InviteCreate
InviteUse
FriendsIsFollowing
FriendsIsBlocking
FriendsHops
GetSubset
Publish
WhoAmI
Get
CreateHistoryStream
CreateFeedStream
Latest
BlobsGet
BlobsCreateWants
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ApiMethod
impl RefUnwindSafe for ApiMethod
impl Send for ApiMethod
impl Sync for ApiMethod
impl Unpin for ApiMethod
impl UnsafeUnpin for ApiMethod
impl UnwindSafe for ApiMethod
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