pub struct InitialStoreMembershipAuthority {
pub head_refs: Vec<MembershipHeadRef>,
}Fields§
§head_refs: Vec<MembershipHeadRef>Implementations§
Source§impl InitialStoreMembershipAuthority
impl InitialStoreMembershipAuthority
pub fn cursor_state_key_for_stream( owner_grant: &MembershipGrantId, stream_id: AuthorStreamId, ) -> String
pub fn cursor_state_key_for_test(reference: &MembershipHeadRef) -> String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InitialStoreMembershipAuthority
impl RefUnwindSafe for InitialStoreMembershipAuthority
impl Send for InitialStoreMembershipAuthority
impl Sync for InitialStoreMembershipAuthority
impl Unpin for InitialStoreMembershipAuthority
impl UnsafeUnpin for InitialStoreMembershipAuthority
impl UnwindSafe for InitialStoreMembershipAuthority
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