pub enum DefaultJetstreamEndpoints {
USEastOne,
USEastTwo,
USWestOne,
USWestTwo,
}Expand description
The Jetstream endpoints officially provided by Bluesky themselves.
There are no guarantees that these endpoints will always be available, but you are free to run your own Jetstream instance in any case.
Variants§
USEastOne
jetstream1.us-east.bsky.network
USEastTwo
jetstream2.us-east.bsky.network
USWestOne
jetstream1.us-west.bsky.network
USWestTwo
jetstream2.us-west.bsky.network
Trait Implementations§
Source§impl From<DefaultJetstreamEndpoints> for String
impl From<DefaultJetstreamEndpoints> for String
Source§fn from(endpoint: DefaultJetstreamEndpoints) -> Self
fn from(endpoint: DefaultJetstreamEndpoints) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DefaultJetstreamEndpoints
impl RefUnwindSafe for DefaultJetstreamEndpoints
impl Send for DefaultJetstreamEndpoints
impl Sync for DefaultJetstreamEndpoints
impl Unpin for DefaultJetstreamEndpoints
impl UnwindSafe for DefaultJetstreamEndpoints
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