pub enum Method {
Show 25 variants
Initialize,
IdentityGet,
IssueList,
IssueGet,
IssueReady,
IssueSearch,
IssueClaims,
IssueAgenda,
IssueShow,
IssueExcerpt,
IssueTree,
IssueRelated,
IssueChildren,
IssueAncestors,
IssueImpact,
IssueBacklinks,
IssueOpen,
IssueCreate,
IssueUpdate,
IssueClaim,
IssueNote,
IssueRefile,
ProjectList,
EventsSince,
EventsGen,
}Expand description
v1 methods the owner advertises on initialize.
Variants§
Initialize
IdentityGet
IssueList
IssueGet
IssueReady
IssueSearch
IssueClaims
IssueAgenda
IssueShow
IssueExcerpt
IssueTree
IssueRelated
IssueChildren
IssueAncestors
IssueImpact
IssueBacklinks
IssueOpen
IssueCreate
IssueUpdate
IssueClaim
IssueNote
IssueRefile
ProjectList
EventsSince
EventsGen
Implementations§
Trait Implementations§
impl Copy for Method
impl Eq for Method
impl StructuralPartialEq for Method
Auto Trait Implementations§
impl Freeze for Method
impl RefUnwindSafe for Method
impl Send for Method
impl Sync for Method
impl Unpin for Method
impl UnsafeUnpin for Method
impl UnwindSafe for Method
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.